Display The Startup Menu

When you want to display the startup menu when you boot up Windows 95, you need to press F8. You can automatically have the startup menu displayed every time you start windows 95 by following these steps:

 1. Look for the Msdos.sys file located in the root directory
    (you must unhide the hidden files for this file to show)
 2. Right-click on the Msdos.sys file and select 'Properties'
 3. Uncheck the Read-Only checkbox and click OK
 4. Go to 'Start->Programs->MS-DOS Prompt'
 5. Type in 'edit C:\msdos.sys' and press Enter
 6. Add these lines under the [Options] line:
    BootMenu=1 
    BootMenuDefault=1 
    BootMenuDelay=03
 7. Save the file and reboot your computer